10 items under this folder.
Update Database with 20 Targets + 6-Category Keyword System Quick Update (If you’ve already deployed) cd "C:\Users\Yellowkid\Desktop\THEOPHYSICS-WEBSITES\Prophecy\prophecy-backend-complete" # Update the database with new schema wrangler d1 execute prophecy-intelligence --file=schema-update...
Subdomain Setup Guide for faiththruphysics.com 🌐 Three Sites, One Domain Your three prophecy intelligence sites will use subdomain structure: antichrist.faiththruphysics.com - Antichrist Monitoring (20 target individuals) prophecy.faiththruphysics.com - Prophecy News (6 categories) countdown.faitht...
Unified Backend Architecture Three Sites, One Intelligent Backend 🎯 Core Concept Single upload point → AI classification → Automatic routing to all relevant sites The Three Sites: Antichrist Monitoring Site (WHO) Tracks 20 target individuals Shows their mentions, activities, recent news Endpoint: /...
Biblical Prophecy Intelligence Platform - Backend Complete Cloudflare Worker backend with Hugging Face AI scoring for prophecy news analysis.
Intelligent Content Routing System - Complete Guide Overview The unified backend now features intelligent automatic routing that analyzes each incoming article and distributes it to the appropriate site(s) based on its content.
Quick Start - Get Running in 10 Minutes What You Have Now ✅ Complete Backend with: Hugging Face AI scoring (facebook/bart-large-mnli model) RSS feed processing with web scraping fallback OPML import (supports your 4000 feeds) Multi-factor prophecy scoring algorithm Target individual monitoring (15 p...
Complete Deployment Guide Quick Start (10 minutes) Step 1: Install Prerequisites # Install Node.js (if not already installed) # Download from: nodejs.org/ # Install Wrangler CLI globally npm install -g wrangler # Verify installation wrangler --version Step 2: Login to Cloudflare wrangler login This ...
Quick Deploy Script - faiththruphysics.com 🚀 One-Command Deployment Copy and paste these commands to deploy your unified backend: Step 1: Navigate to Project cd "C:\Users\Yellowkid\Desktop\THEOPHYSICS-WEBSITES\Prophecy\prophecy-backend-complete" Step 2: Install Dependencies npm install St...
Complete Deployment Guide - Unified Backend for 3 Sites 🎯 What You’re Deploying A single unified backend that powers three separate websites: Antichrist Monitoring Site - Tracks 20 target individuals Prophecy News Site - 6 categories of end-times news Prophecy Countdown Site - 14 remaining propheci...
✅ Backend Ready for Deployment 🎉 What’s Been Configured Your unified backend is ready to deploy with the following updates: 🧠 AI Model Upgrade Changed From: ❌ facebook/bart-large-mnli Performance: 0.497 f1_macro Upgraded To: ✅ MoritzLaurer/deberta-v3-large-zeroshot-v2.0 Performance: 0.676 f1_macro...